home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Ultimative Software-P…i Collection 1996 & 1997
/
Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso
/
g
/
gnu_c
/
crssrc16.zoo
/
test
/
puzzle15
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1989-03-21
|
262 b
|
16 lines
# simple makefile for puzzle
CC = mgcc
ALL = puzzle puzzle32
all: $(ALL)
puzzle: puzzle15.c
$(CC) -o puzzle $(CFLAGS) puzzle15.c -lcurses -mshort -s
puzzle32: puzzle15.c
$(CC) -o puzzle32 $(CFLAGS) puzzle15.c -lcurses32 -s
clean:
rm -f $(ALL) *.o report